3.1702 \(\int \frac{(a^2+2 a b x+b^2 x^2)^{5/2}}{(d+e x)^{15/2}} \, dx\)

Optimal. Leaf size=318 \[ -\frac{2 b^5 \sqrt{a^2+2 a b x+b^2 x^2}}{3 e^6 (a+b x) (d+e x)^{3/2}}+\frac{2 b^4 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)}{e^6 (a+b x) (d+e x)^{5/2}}-\frac{20 b^3 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^2}{7 e^6 (a+b x) (d+e x)^{7/2}}+\frac{20 b^2 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^3}{9 e^6 (a+b x) (d+e x)^{9/2}}-\frac{10 b \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^4}{11 e^6 (a+b x) (d+e x)^{11/2}}+\frac{2 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^5}{13 e^6 (a+b x) (d+e x)^{13/2}} \]

[Out]

(2*(b*d - a*e)^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(13*e^6*(a + b*x)*(d + e*x)^(13/2)) - (10*b*(b*d - a*e)^4*Sqrt
[a^2 + 2*a*b*x + b^2*x^2])/(11*e^6*(a + b*x)*(d + e*x)^(11/2)) + (20*b^2*(b*d - a*e)^3*Sqrt[a^2 + 2*a*b*x + b^
2*x^2])/(9*e^6*(a + b*x)*(d + e*x)^(9/2)) - (20*b^3*(b*d - a*e)^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(7*e^6*(a + b
*x)*(d + e*x)^(7/2)) + (2*b^4*(b*d - a*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(e^6*(a + b*x)*(d + e*x)^(5/2)) - (2*
b^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(3*e^6*(a + b*x)*(d + e*x)^(3/2))

________________________________________________________________________________________

Rubi [A]  time = 0.09774, antiderivative size = 318, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.067, Rules used = {646, 43} \[ -\frac{2 b^5 \sqrt{a^2+2 a b x+b^2 x^2}}{3 e^6 (a+b x) (d+e x)^{3/2}}+\frac{2 b^4 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)}{e^6 (a+b x) (d+e x)^{5/2}}-\frac{20 b^3 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^2}{7 e^6 (a+b x) (d+e x)^{7/2}}+\frac{20 b^2 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^3}{9 e^6 (a+b x) (d+e x)^{9/2}}-\frac{10 b \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^4}{11 e^6 (a+b x) (d+e x)^{11/2}}+\frac{2 \sqrt{a^2+2 a b x+b^2 x^2} (b d-a e)^5}{13 e^6 (a+b x) (d+e x)^{13/2}} \]

Antiderivative was successfully verified.

[In]

Int[(a^2 + 2*a*b*x + b^2*x^2)^(5/2)/(d + e*x)^(15/2),x]

[Out]

(2*(b*d - a*e)^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(13*e^6*(a + b*x)*(d + e*x)^(13/2)) - (10*b*(b*d - a*e)^4*Sqrt
[a^2 + 2*a*b*x + b^2*x^2])/(11*e^6*(a + b*x)*(d + e*x)^(11/2)) + (20*b^2*(b*d - a*e)^3*Sqrt[a^2 + 2*a*b*x + b^
2*x^2])/(9*e^6*(a + b*x)*(d + e*x)^(9/2)) - (20*b^3*(b*d - a*e)^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(7*e^6*(a + b
*x)*(d + e*x)^(7/2)) + (2*b^4*(b*d - a*e)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(e^6*(a + b*x)*(d + e*x)^(5/2)) - (2*
b^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(3*e^6*(a + b*x)*(d + e*x)^(3/2))

Rule 646

Int[((d_.) + (e_.)*(x_))^(m_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[(a + b*x + c*x^2)^Fra
cPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(b/2 + c*x)^(2*p), x], x] /; FreeQ[{a, b,
 c, d, e, m, p}, x] && EqQ[b^2 - 4*a*c, 0] &&  !IntegerQ[p] && NeQ[2*c*d - b*e, 0]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin{align*} \int \frac{\left (a^2+2 a b x+b^2 x^2\right )^{5/2}}{(d+e x)^{15/2}} \, dx &=\frac{\sqrt{a^2+2 a b x+b^2 x^2} \int \frac{\left (a b+b^2 x\right )^5}{(d+e x)^{15/2}} \, dx}{b^4 \left (a b+b^2 x\right )}\\ &=\frac{\sqrt{a^2+2 a b x+b^2 x^2} \int \left (-\frac{b^5 (b d-a e)^5}{e^5 (d+e x)^{15/2}}+\frac{5 b^6 (b d-a e)^4}{e^5 (d+e x)^{13/2}}-\frac{10 b^7 (b d-a e)^3}{e^5 (d+e x)^{11/2}}+\frac{10 b^8 (b d-a e)^2}{e^5 (d+e x)^{9/2}}-\frac{5 b^9 (b d-a e)}{e^5 (d+e x)^{7/2}}+\frac{b^{10}}{e^5 (d+e x)^{5/2}}\right ) \, dx}{b^4 \left (a b+b^2 x\right )}\\ &=\frac{2 (b d-a e)^5 \sqrt{a^2+2 a b x+b^2 x^2}}{13 e^6 (a+b x) (d+e x)^{13/2}}-\frac{10 b (b d-a e)^4 \sqrt{a^2+2 a b x+b^2 x^2}}{11 e^6 (a+b x) (d+e x)^{11/2}}+\frac{20 b^2 (b d-a e)^3 \sqrt{a^2+2 a b x+b^2 x^2}}{9 e^6 (a+b x) (d+e x)^{9/2}}-\frac{20 b^3 (b d-a e)^2 \sqrt{a^2+2 a b x+b^2 x^2}}{7 e^6 (a+b x) (d+e x)^{7/2}}+\frac{2 b^4 (b d-a e) \sqrt{a^2+2 a b x+b^2 x^2}}{e^6 (a+b x) (d+e x)^{5/2}}-\frac{2 b^5 \sqrt{a^2+2 a b x+b^2 x^2}}{3 e^6 (a+b x) (d+e x)^{3/2}}\\ \end{align*}

Mathematica [A]  time = 0.120595, size = 235, normalized size = 0.74 \[ -\frac{2 \sqrt{(a+b x)^2} \left (30 a^2 b^3 e^2 \left (104 d^2 e x+16 d^3+286 d e^2 x^2+429 e^3 x^3\right )+70 a^3 b^2 e^3 \left (8 d^2+52 d e x+143 e^2 x^2\right )+315 a^4 b e^4 (2 d+13 e x)+693 a^5 e^5+3 a b^4 e \left (2288 d^2 e^2 x^2+832 d^3 e x+128 d^4+3432 d e^3 x^3+3003 e^4 x^4\right )+b^5 \left (4576 d^3 e^2 x^2+6864 d^2 e^3 x^3+1664 d^4 e x+256 d^5+6006 d e^4 x^4+3003 e^5 x^5\right )\right )}{9009 e^6 (a+b x) (d+e x)^{13/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a^2 + 2*a*b*x + b^2*x^2)^(5/2)/(d + e*x)^(15/2),x]

[Out]

(-2*Sqrt[(a + b*x)^2]*(693*a^5*e^5 + 315*a^4*b*e^4*(2*d + 13*e*x) + 70*a^3*b^2*e^3*(8*d^2 + 52*d*e*x + 143*e^2
*x^2) + 30*a^2*b^3*e^2*(16*d^3 + 104*d^2*e*x + 286*d*e^2*x^2 + 429*e^3*x^3) + 3*a*b^4*e*(128*d^4 + 832*d^3*e*x
 + 2288*d^2*e^2*x^2 + 3432*d*e^3*x^3 + 3003*e^4*x^4) + b^5*(256*d^5 + 1664*d^4*e*x + 4576*d^3*e^2*x^2 + 6864*d
^2*e^3*x^3 + 6006*d*e^4*x^4 + 3003*e^5*x^5)))/(9009*e^6*(a + b*x)*(d + e*x)^(13/2))

________________________________________________________________________________________

Maple [A]  time = 0.155, size = 289, normalized size = 0.9 \begin{align*} -{\frac{6006\,{x}^{5}{b}^{5}{e}^{5}+18018\,{x}^{4}a{b}^{4}{e}^{5}+12012\,{x}^{4}{b}^{5}d{e}^{4}+25740\,{x}^{3}{a}^{2}{b}^{3}{e}^{5}+20592\,{x}^{3}a{b}^{4}d{e}^{4}+13728\,{x}^{3}{b}^{5}{d}^{2}{e}^{3}+20020\,{x}^{2}{a}^{3}{b}^{2}{e}^{5}+17160\,{x}^{2}{a}^{2}{b}^{3}d{e}^{4}+13728\,{x}^{2}a{b}^{4}{d}^{2}{e}^{3}+9152\,{x}^{2}{b}^{5}{d}^{3}{e}^{2}+8190\,x{a}^{4}b{e}^{5}+7280\,x{a}^{3}{b}^{2}d{e}^{4}+6240\,x{a}^{2}{b}^{3}{d}^{2}{e}^{3}+4992\,xa{b}^{4}{d}^{3}{e}^{2}+3328\,x{b}^{5}{d}^{4}e+1386\,{a}^{5}{e}^{5}+1260\,d{e}^{4}{a}^{4}b+1120\,{a}^{3}{b}^{2}{d}^{2}{e}^{3}+960\,{a}^{2}{b}^{3}{d}^{3}{e}^{2}+768\,a{b}^{4}{d}^{4}e+512\,{b}^{5}{d}^{5}}{9009\, \left ( bx+a \right ) ^{5}{e}^{6}} \left ( \left ( bx+a \right ) ^{2} \right ) ^{{\frac{5}{2}}} \left ( ex+d \right ) ^{-{\frac{13}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b^2*x^2+2*a*b*x+a^2)^(5/2)/(e*x+d)^(15/2),x)

[Out]

-2/9009/(e*x+d)^(13/2)*(3003*b^5*e^5*x^5+9009*a*b^4*e^5*x^4+6006*b^5*d*e^4*x^4+12870*a^2*b^3*e^5*x^3+10296*a*b
^4*d*e^4*x^3+6864*b^5*d^2*e^3*x^3+10010*a^3*b^2*e^5*x^2+8580*a^2*b^3*d*e^4*x^2+6864*a*b^4*d^2*e^3*x^2+4576*b^5
*d^3*e^2*x^2+4095*a^4*b*e^5*x+3640*a^3*b^2*d*e^4*x+3120*a^2*b^3*d^2*e^3*x+2496*a*b^4*d^3*e^2*x+1664*b^5*d^4*e*
x+693*a^5*e^5+630*a^4*b*d*e^4+560*a^3*b^2*d^2*e^3+480*a^2*b^3*d^3*e^2+384*a*b^4*d^4*e+256*b^5*d^5)*((b*x+a)^2)
^(5/2)/e^6/(b*x+a)^5

________________________________________________________________________________________

Maxima [A]  time = 1.20604, size = 441, normalized size = 1.39 \begin{align*} -\frac{2 \,{\left (3003 \, b^{5} e^{5} x^{5} + 256 \, b^{5} d^{5} + 384 \, a b^{4} d^{4} e + 480 \, a^{2} b^{3} d^{3} e^{2} + 560 \, a^{3} b^{2} d^{2} e^{3} + 630 \, a^{4} b d e^{4} + 693 \, a^{5} e^{5} + 3003 \,{\left (2 \, b^{5} d e^{4} + 3 \, a b^{4} e^{5}\right )} x^{4} + 858 \,{\left (8 \, b^{5} d^{2} e^{3} + 12 \, a b^{4} d e^{4} + 15 \, a^{2} b^{3} e^{5}\right )} x^{3} + 286 \,{\left (16 \, b^{5} d^{3} e^{2} + 24 \, a b^{4} d^{2} e^{3} + 30 \, a^{2} b^{3} d e^{4} + 35 \, a^{3} b^{2} e^{5}\right )} x^{2} + 13 \,{\left (128 \, b^{5} d^{4} e + 192 \, a b^{4} d^{3} e^{2} + 240 \, a^{2} b^{3} d^{2} e^{3} + 280 \, a^{3} b^{2} d e^{4} + 315 \, a^{4} b e^{5}\right )} x\right )}}{9009 \,{\left (e^{12} x^{6} + 6 \, d e^{11} x^{5} + 15 \, d^{2} e^{10} x^{4} + 20 \, d^{3} e^{9} x^{3} + 15 \, d^{4} e^{8} x^{2} + 6 \, d^{5} e^{7} x + d^{6} e^{6}\right )} \sqrt{e x + d}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b^2*x^2+2*a*b*x+a^2)^(5/2)/(e*x+d)^(15/2),x, algorithm="maxima")

[Out]

-2/9009*(3003*b^5*e^5*x^5 + 256*b^5*d^5 + 384*a*b^4*d^4*e + 480*a^2*b^3*d^3*e^2 + 560*a^3*b^2*d^2*e^3 + 630*a^
4*b*d*e^4 + 693*a^5*e^5 + 3003*(2*b^5*d*e^4 + 3*a*b^4*e^5)*x^4 + 858*(8*b^5*d^2*e^3 + 12*a*b^4*d*e^4 + 15*a^2*
b^3*e^5)*x^3 + 286*(16*b^5*d^3*e^2 + 24*a*b^4*d^2*e^3 + 30*a^2*b^3*d*e^4 + 35*a^3*b^2*e^5)*x^2 + 13*(128*b^5*d
^4*e + 192*a*b^4*d^3*e^2 + 240*a^2*b^3*d^2*e^3 + 280*a^3*b^2*d*e^4 + 315*a^4*b*e^5)*x)/((e^12*x^6 + 6*d*e^11*x
^5 + 15*d^2*e^10*x^4 + 20*d^3*e^9*x^3 + 15*d^4*e^8*x^2 + 6*d^5*e^7*x + d^6*e^6)*sqrt(e*x + d))

________________________________________________________________________________________

Fricas [A]  time = 1.63259, size = 745, normalized size = 2.34 \begin{align*} -\frac{2 \,{\left (3003 \, b^{5} e^{5} x^{5} + 256 \, b^{5} d^{5} + 384 \, a b^{4} d^{4} e + 480 \, a^{2} b^{3} d^{3} e^{2} + 560 \, a^{3} b^{2} d^{2} e^{3} + 630 \, a^{4} b d e^{4} + 693 \, a^{5} e^{5} + 3003 \,{\left (2 \, b^{5} d e^{4} + 3 \, a b^{4} e^{5}\right )} x^{4} + 858 \,{\left (8 \, b^{5} d^{2} e^{3} + 12 \, a b^{4} d e^{4} + 15 \, a^{2} b^{3} e^{5}\right )} x^{3} + 286 \,{\left (16 \, b^{5} d^{3} e^{2} + 24 \, a b^{4} d^{2} e^{3} + 30 \, a^{2} b^{3} d e^{4} + 35 \, a^{3} b^{2} e^{5}\right )} x^{2} + 13 \,{\left (128 \, b^{5} d^{4} e + 192 \, a b^{4} d^{3} e^{2} + 240 \, a^{2} b^{3} d^{2} e^{3} + 280 \, a^{3} b^{2} d e^{4} + 315 \, a^{4} b e^{5}\right )} x\right )} \sqrt{e x + d}}{9009 \,{\left (e^{13} x^{7} + 7 \, d e^{12} x^{6} + 21 \, d^{2} e^{11} x^{5} + 35 \, d^{3} e^{10} x^{4} + 35 \, d^{4} e^{9} x^{3} + 21 \, d^{5} e^{8} x^{2} + 7 \, d^{6} e^{7} x + d^{7} e^{6}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b^2*x^2+2*a*b*x+a^2)^(5/2)/(e*x+d)^(15/2),x, algorithm="fricas")

[Out]

-2/9009*(3003*b^5*e^5*x^5 + 256*b^5*d^5 + 384*a*b^4*d^4*e + 480*a^2*b^3*d^3*e^2 + 560*a^3*b^2*d^2*e^3 + 630*a^
4*b*d*e^4 + 693*a^5*e^5 + 3003*(2*b^5*d*e^4 + 3*a*b^4*e^5)*x^4 + 858*(8*b^5*d^2*e^3 + 12*a*b^4*d*e^4 + 15*a^2*
b^3*e^5)*x^3 + 286*(16*b^5*d^3*e^2 + 24*a*b^4*d^2*e^3 + 30*a^2*b^3*d*e^4 + 35*a^3*b^2*e^5)*x^2 + 13*(128*b^5*d
^4*e + 192*a*b^4*d^3*e^2 + 240*a^2*b^3*d^2*e^3 + 280*a^3*b^2*d*e^4 + 315*a^4*b*e^5)*x)*sqrt(e*x + d)/(e^13*x^7
 + 7*d*e^12*x^6 + 21*d^2*e^11*x^5 + 35*d^3*e^10*x^4 + 35*d^4*e^9*x^3 + 21*d^5*e^8*x^2 + 7*d^6*e^7*x + d^7*e^6)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b**2*x**2+2*a*b*x+a**2)**(5/2)/(e*x+d)**(15/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.18664, size = 603, normalized size = 1.9 \begin{align*} -\frac{2 \,{\left (3003 \,{\left (x e + d\right )}^{5} b^{5} \mathrm{sgn}\left (b x + a\right ) - 9009 \,{\left (x e + d\right )}^{4} b^{5} d \mathrm{sgn}\left (b x + a\right ) + 12870 \,{\left (x e + d\right )}^{3} b^{5} d^{2} \mathrm{sgn}\left (b x + a\right ) - 10010 \,{\left (x e + d\right )}^{2} b^{5} d^{3} \mathrm{sgn}\left (b x + a\right ) + 4095 \,{\left (x e + d\right )} b^{5} d^{4} \mathrm{sgn}\left (b x + a\right ) - 693 \, b^{5} d^{5} \mathrm{sgn}\left (b x + a\right ) + 9009 \,{\left (x e + d\right )}^{4} a b^{4} e \mathrm{sgn}\left (b x + a\right ) - 25740 \,{\left (x e + d\right )}^{3} a b^{4} d e \mathrm{sgn}\left (b x + a\right ) + 30030 \,{\left (x e + d\right )}^{2} a b^{4} d^{2} e \mathrm{sgn}\left (b x + a\right ) - 16380 \,{\left (x e + d\right )} a b^{4} d^{3} e \mathrm{sgn}\left (b x + a\right ) + 3465 \, a b^{4} d^{4} e \mathrm{sgn}\left (b x + a\right ) + 12870 \,{\left (x e + d\right )}^{3} a^{2} b^{3} e^{2} \mathrm{sgn}\left (b x + a\right ) - 30030 \,{\left (x e + d\right )}^{2} a^{2} b^{3} d e^{2} \mathrm{sgn}\left (b x + a\right ) + 24570 \,{\left (x e + d\right )} a^{2} b^{3} d^{2} e^{2} \mathrm{sgn}\left (b x + a\right ) - 6930 \, a^{2} b^{3} d^{3} e^{2} \mathrm{sgn}\left (b x + a\right ) + 10010 \,{\left (x e + d\right )}^{2} a^{3} b^{2} e^{3} \mathrm{sgn}\left (b x + a\right ) - 16380 \,{\left (x e + d\right )} a^{3} b^{2} d e^{3} \mathrm{sgn}\left (b x + a\right ) + 6930 \, a^{3} b^{2} d^{2} e^{3} \mathrm{sgn}\left (b x + a\right ) + 4095 \,{\left (x e + d\right )} a^{4} b e^{4} \mathrm{sgn}\left (b x + a\right ) - 3465 \, a^{4} b d e^{4} \mathrm{sgn}\left (b x + a\right ) + 693 \, a^{5} e^{5} \mathrm{sgn}\left (b x + a\right )\right )} e^{\left (-6\right )}}{9009 \,{\left (x e + d\right )}^{\frac{13}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b^2*x^2+2*a*b*x+a^2)^(5/2)/(e*x+d)^(15/2),x, algorithm="giac")

[Out]

-2/9009*(3003*(x*e + d)^5*b^5*sgn(b*x + a) - 9009*(x*e + d)^4*b^5*d*sgn(b*x + a) + 12870*(x*e + d)^3*b^5*d^2*s
gn(b*x + a) - 10010*(x*e + d)^2*b^5*d^3*sgn(b*x + a) + 4095*(x*e + d)*b^5*d^4*sgn(b*x + a) - 693*b^5*d^5*sgn(b
*x + a) + 9009*(x*e + d)^4*a*b^4*e*sgn(b*x + a) - 25740*(x*e + d)^3*a*b^4*d*e*sgn(b*x + a) + 30030*(x*e + d)^2
*a*b^4*d^2*e*sgn(b*x + a) - 16380*(x*e + d)*a*b^4*d^3*e*sgn(b*x + a) + 3465*a*b^4*d^4*e*sgn(b*x + a) + 12870*(
x*e + d)^3*a^2*b^3*e^2*sgn(b*x + a) - 30030*(x*e + d)^2*a^2*b^3*d*e^2*sgn(b*x + a) + 24570*(x*e + d)*a^2*b^3*d
^2*e^2*sgn(b*x + a) - 6930*a^2*b^3*d^3*e^2*sgn(b*x + a) + 10010*(x*e + d)^2*a^3*b^2*e^3*sgn(b*x + a) - 16380*(
x*e + d)*a^3*b^2*d*e^3*sgn(b*x + a) + 6930*a^3*b^2*d^2*e^3*sgn(b*x + a) + 4095*(x*e + d)*a^4*b*e^4*sgn(b*x + a
) - 3465*a^4*b*d*e^4*sgn(b*x + a) + 693*a^5*e^5*sgn(b*x + a))*e^(-6)/(x*e + d)^(13/2)